home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap16 / dun16_5.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  281 b   |  12 lines

  1. function displayHelp(topic)
  2.  
  3. {
  4.  
  5.   if (topic == 'general')
  6.  
  7.     window.status = 'Enter values into the form.';
  8.  
  9.  
  10.  
  11.   if (topic == 'password')
  12.  
  13.     window.status = 'Enter your user password in this field.';
  14.  
  15.  
  16.  
  17.   event.cancelBubble = true;
  18.  
  19.   event.returnValue = false;
  20.  
  21. }
  22.  
  23.